-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Programmable completion functions for bash [1] ``` > bee init https://github.com/scop/bash-completion/releases/download/2.3/bash-completion-2.3.tar.xz creating bash-completion-2.3-0.bee from template '/etc/default/bee/templates/fallback' ``` There is a conflict with the package `util-linux`. ``` […] [BEE] -> saving bee-file bash-completion-2.3-0.bee .. [BEE] /src/mariux/beeroot/bee-files/bash-completion-2.3-0.bee ‘/home/pmenzel/bee-files/./bash-completion-2.3-0.bee’ -> ‘/src/mariux/beeroot/bee-files/bash-completion-2.3-0.bee’ [BEE] Conflicts with installed package found: util-linux-2.28-0.x86_64: [BEE] /usr/share/bash-completion/completions/mount [BEE] /usr/share/bash-completion/completions/umount [BEE] -> saving build environment.. [BEE] /src/mariux/beeroot/build-archives/bash-completion-2.3-0.x86_64.beebuild.tar.bz2 […] ``` [1] https://github.com/scop/bash-completion
|
9540206
to
a1092d7
Compare
/usr/share/bash-completion/completions/mount and /usr/share/bash-completion/completions/umount would conflict with files with the same name (and apparently function) from util-linux-2.28-0 rebuild with new revision number and switch to versionless bee file
a1092d7
to
d17f7ef
Compare
pmenzel
added a commit
that referenced
this pull request
Feb 17, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Feb 19, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Feb 19, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Feb 19, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Mar 5, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
donald
pushed a commit
that referenced
this pull request
Mar 11, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Mar 12, 2018
Change-log from file `[ChangeLog][1]`: > 2016-10-01: v1.0.21: > * Core: Refactor code related to transfer flags and timeout handling > * Darwin: Ignore root hub simulation devices > * Darwin: Improved support for OS X El Capitan > * Darwin: Work around devices with buggy endpoint descriptors > * Darwin: Do not use objc_registerThreadWithCollector after its deprecation > * Darwin: Use C11 atomics on 10.12+ as the OS atomics are now deprecated > * Linux: Support preallocating kernel memory for zerocopy USB > * Linux: Deal with receiving POLLERR before all transfers have completed > * Solaris: Add solaris backend > * Windows: Add Visual Studio 2015 support > * Windows: Add usbdk backend > * Prevent attempts to recursively handle events > * Fix race condition in handle_timeout() > * Allow transferred argument to be optional in bulk APIs > * Various other bug fixes and improvements > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback > * New libusb_free_pollfds() API > * Darwin: Fix devices not being detected on OS X 10.8 (#48) > * Linux: Allow larger isochronous transfer submission (#23) > * Windows: Fix broken builds Cygwin/MinGW builds and compiler warnings > * Windows: Fix broken bus number lookup > * Windows: Improve submission of control requests for composite devices > * Examples: Add two-stage load support to fxload (#12) > * Correctly report cancellations due to timeouts > * Improve efficiency of event handling > * Improve speed of transfer submission in multi-threaded environments > * Various other bug fixes and improvements > The (#xx) numbers are libusb issue numbers, see ie: > https://github.com/libusb/libusb/issues/16 [1]: https://github.com/libusb/libusb/blob/master/ChangeLog
pmenzel
added a commit
that referenced
this pull request
Jun 21, 2019
From the [NEWS][1]: > 3.32.0 > - pretty version number > 3.31.91 > - symbolic: folder-download, inode-directory > - symbolic: privacy, dnd, phone device icons > - symbolic: new ui context for things that aren't strictly icons. Might go into gtk > - symbolic: emoji category tweaks > - symbolic: mail-reply, battery status (issue #6) > - symbolic: action icons eg rotation > - symbolic: drive icon tweaks > - fullcolor: more app/mimetype/device/status to legacy > - fullcolor: new style for fullcolor icons - folders, mimetypes and devices > - cursors: fix a symlink mixup (mr #5) > > 3.31.1 > - few symbolic updates > - move a lot of fullcolor icons to legacy context. They will go or be updated > in 2 releases. > - symbolic: lists (issue #16) > - fullcolor: more app, device, mimetypes to legacy > 3.30.0 > - audio-speakers-symbolic rendering glitch (issue #11) > - *starred-symbolic 2px outline as per guidelines (issue #7) > > 3.29.90 > - symbolic fingerprint, smartcard reader devices > - emoji category icons in symbolic form > - render script improvements by Sam Hewitt > - general cleanup and maintenance by Sam > - SIM status icons (symbolic) > - system-log-out-symbolic > - screen sharing status (issue #3) > - thicked strokes for *starred-symbolic (issue #4) > - iput-gaming and application-games consistent (Sam) > - bluetooth rendering fix (Sam) > - application-x-appliance alignment (Sam) > - tab-new, application-x-executable improvements (Sam) > - user-bookmarks metaphor (Sam) > - general grid alignment fixes by Sam > - SVG filesize optimalizations by Sam > > 3.28.0 > 3.27.90 > - camera-switch-symbolic (bug #750285) > - highres sizing issue (bug #785574) > - vpn-noroute > - optional zopfli png optimizer > - audio-volume-* fuzzy (bug #709131) > - audio-volume-overamplified > - new metaphors for settings -- notifications, volume and privacy [1]: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/blob/master/NEWS
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.